home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 CISC / NextSTEP 3.3 CISC (Intel x86+Motorola 68k).iso / NextAdmin / HostManager.app / French.lproj / InfoPanel.nib / data.classes next >
Text File  |  1994-06-10  |  448b  |  35 lines

  1. MyApp = {
  2.     ACTIONS = {
  3.     save:;
  4.     closeHost:;
  5.     delete:;
  6.     localConfig:;
  7.     infoPanel:;
  8.     hostAddConfig:;
  9.     appDidInit:;
  10.     saveToDomain:;
  11.     timeConfig:;
  12.     openHost:;
  13.     terminate:;
  14.     newHost:;
  15.     revert:;
  16.     };
  17.     OUTLETS = {
  18.     hostAddConfig;
  19.     winMenuMatrix;
  20.     infoPanelVersion;
  21.     winMenu;
  22.     timeConfig;
  23.     localConfig;
  24.     securityPanel;
  25.     infoPanel;
  26.     host;
  27.     };
  28.     SUPERCLASS = Application;
  29. };
  30. FirstResponder = {
  31.     ACTIONS = {
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35.